- GTraverseFunc
alias GTraverseFunc = int function(void*, void*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GTree
alias GTree = _GTree
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_tree_destroy
alias da_g_tree_destroy = void function(GTree* tree)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_tree_foreach
alias da_g_tree_foreach = void function(GTree* tree, GTraverseFunc func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_tree_height
alias da_g_tree_height = gint function(GTree* tree)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_tree_insert
alias da_g_tree_insert = void function(GTree* tree, gpointer key, gpointer value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_tree_lookup
alias da_g_tree_lookup = gpointer function(GTree* tree, gconstpointer key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_tree_lookup_extended
alias da_g_tree_lookup_extended = gboolean function(GTree* tree, gconstpointer lookup_key, gpointer* orig_key, gpointer* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_tree_new
alias da_g_tree_new = GTree* function(GCompareFunc key_compare_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_tree_new_full
alias da_g_tree_new_full = GTree* function(GCompareDataFunc key_compare_func, gpointer key_compare_data, GDestroyNotify key_destroy_func, GDestroyNotify value_destroy_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_tree_new_with_data
alias da_g_tree_new_with_data = GTree* function(GCompareDataFunc key_compare_func, gpointer key_compare_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_tree_nnodes
alias da_g_tree_nnodes = gint function(GTree* tree)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_tree_ref
alias da_g_tree_ref = GTree* function(GTree* tree)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_tree_remove
alias da_g_tree_remove = gboolean function(GTree* tree, gconstpointer key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_tree_replace
alias da_g_tree_replace = void function(GTree* tree, gpointer key, gpointer value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_tree_search
alias da_g_tree_search = gpointer function(GTree* tree, GCompareFunc search_func, gconstpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_tree_steal
alias da_g_tree_steal = gboolean function(GTree* tree, gconstpointer key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_tree_traverse
alias da_g_tree_traverse = void function(GTree* tree, GTraverseFunc traverse_func, GTraverseType traverse_type, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_tree_unref
alias da_g_tree_unref = void function(GTree* tree)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_tree_destroy
void g_tree_destroy(GTree* tree)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_tree_foreach
void g_tree_foreach(GTree* tree, GTraverseFunc func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_tree_height
gint g_tree_height(GTree* tree)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_tree_insert
void g_tree_insert(GTree* tree, gpointer key, gpointer value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_tree_lookup
gpointer g_tree_lookup(GTree* tree, gconstpointer key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_tree_lookup_extended
gboolean g_tree_lookup_extended(GTree* tree, gconstpointer lookup_key, gpointer* orig_key, gpointer* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_tree_new
GTree* g_tree_new(GCompareFunc key_compare_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_tree_new_full
GTree* g_tree_new_full(GCompareDataFunc key_compare_func, gpointer key_compare_data, GDestroyNotify key_destroy_func, GDestroyNotify value_destroy_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_tree_new_with_data
GTree* g_tree_new_with_data(GCompareDataFunc key_compare_func, gpointer key_compare_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_tree_nnodes
gint g_tree_nnodes(GTree* tree)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_tree_ref
GTree* g_tree_ref(GTree* tree)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_tree_remove
gboolean g_tree_remove(GTree* tree, gconstpointer key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_tree_replace
void g_tree_replace(GTree* tree, gpointer key, gpointer value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_tree_search
gpointer g_tree_search(GTree* tree, GCompareFunc search_func, gconstpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_tree_steal
gboolean g_tree_steal(GTree* tree, gconstpointer key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_tree_traverse
void g_tree_traverse(GTree* tree, GTraverseFunc traverse_func, GTraverseType traverse_type, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_tree_unref
void g_tree_unref(GTree* tree)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_tree_destroy
da_g_tree_destroy g_tree_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_tree_foreach
da_g_tree_foreach g_tree_foreach;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_tree_height
da_g_tree_height g_tree_height;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_tree_insert
da_g_tree_insert g_tree_insert;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_tree_lookup
da_g_tree_lookup g_tree_lookup;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_tree_lookup_extended
da_g_tree_lookup_extended g_tree_lookup_extended;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_tree_new
da_g_tree_new g_tree_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_tree_new_full
da_g_tree_new_full g_tree_new_full;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_tree_new_with_data
da_g_tree_new_with_data g_tree_new_with_data;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_tree_nnodes
da_g_tree_nnodes g_tree_nnodes;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_tree_ref
da_g_tree_ref g_tree_ref;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_tree_remove
da_g_tree_remove g_tree_remove;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_tree_replace
da_g_tree_replace g_tree_replace;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_tree_search
da_g_tree_search g_tree_search;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_tree_steal
da_g_tree_steal g_tree_steal;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_tree_traverse
da_g_tree_traverse g_tree_traverse;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_tree_unref
da_g_tree_unref g_tree_unref;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.